TryParse Method

Summary

Tries to parse the string into an enumeration.

Syntax
C#
VB
C++
public static bool TryParse( 
   string name 
) 
  
Public Shared Function TryParse( _ 
   ByVal name As String _ 
) As Boolean 
public: 
static bool TryParse(  
   String^ name 
)  

Parameters

name
The value to be parsed.

Return Value

True if the value can be converted to the specified type.

Requirements

Target Platforms

See Also

Reference

Enum<T> Class

Enum<T> Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly